projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08782a2
)
; ede-locate-create/update-root-database: Fix docstring typo
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 1 May 2015 17:36:23 +0000
(20:36 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 1 May 2015 20:41:27 +0000
(23:41 +0300)
lisp/cedet/ede/locate.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/ede/locate.el
b/lisp/cedet/ede/locate.el
index 2ff83418f78e6e9bb2db22935a2fd84cc92cdf75..a076c46513ce4b0a0f12a7fdac767045777ffd27 100644
(file)
--- a/
lisp/cedet/ede/locate.el
+++ b/
lisp/cedet/ede/locate.el
@@
-353,7
+353,7
@@
that created this EDE locate object."
(cl-defmethod ede-locate-create/update-root-database
((loc (subclass ede-locate-cscope)) root)
- "Create or update the
GNU Global
database for the current project."
+ "Create or update the
Cscope
database for the current project."
(require 'cedet-cscope)
(cedet-cscope-create/update-database root))